Interface BgpPacket

All Superinterfaces:
IPCData, Pdu, Signal
All Known Subinterfaces:
BgpKeepAlive, BgpNotification, BgpOpen, BgpUpdate
All Known Implementing Classes:
BgpKeepAliveImpl, BgpNotificationImpl, BgpOpenImpl, BgpPacketImpl, BgpUpdateImpl

public interface BgpPacket extends Pdu
  • Method Details

    • getLength

      Short getLength()
      Returns:
      Short Returns a Short
    • setLength

      void setLength(Short length)
      Parameters:
      length - Takes in a parameter of length
    • getType

      Byte getType()
      Returns:
      Byte Returns a Byte
    • setType

      void setType(Byte type)
      Parameters:
      type - Takes in a parameter of type